﻿@charset "utf-8";
@font-face {
    font-family: "verdana";
    font-weight: 400;
    font-style: normal;
    src: url("verdanab.ttf") format("truetype");
}
@font-face {
    font-family: "verdanab";
    font-weight: bold;
    font-style: italic;
    src: url("verdanab.ttf") format("truetype");
}
.verdana {
    font-family: "verdana";
    font-weight: 400;
    font-style:normal;
}
.verdanb {
    font-family: "verdanab";
    font-weight: bold;
    font-style: normal;
}